home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Learning Director.dcr / Internal_15_SS_LessonBody(W1).ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  274 b   |  20 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   end if
  5.   if GG(#gPaused) then
  6.     go(the frame)
  7.     if soundBusy(1) then
  8.       sound stop 1
  9.     else
  10.       if soundBusy(2) then
  11.         sound stop 2
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.  
  17. on mouseDown
  18.   MD.Lesson()
  19. end
  20.